Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2025

Bumps actions/setup-python from 5 to 6.

Release notes

Sourced from actions/setup-python's releases.

v6.0.0

What's Changed

Breaking Changes

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Enhancements:

Bug fixes:

Dependency updates:

New Contributors

Full Changelog: actions/setup-python@v5...v6.0.0

v5.6.0

What's Changed

Full Changelog: actions/setup-python@v5...v5.6.0

v5.5.0

What's Changed

Enhancements:

Bug fixes:

... (truncated)

Commits
  • 83679a8 Bump @​types/node from 24.1.0 to 24.9.1 and update macos-13 to macos-15-intel ...
  • bfc4944 Bump prettier from 3.5.3 to 3.6.2 (#1234)
  • 97aeb3e Bump requests from 2.32.2 to 2.32.4 in /tests/data (#1130)
  • 443da59 Bump actions/publish-action from 0.3.0 to 0.4.0 & Documentation update for pi...
  • cfd55ca graalpy: add graalpy early-access and windows builds (#880)
  • bba65e5 Bump typescript from 5.4.2 to 5.9.3 and update docs/advanced-usage.md (#1094)
  • 18566f8 Improve wording and "fix example" (remove 3.13) on testing against pre-releas...
  • 2e3e4b1 Add support for pip-install input (#1201)
  • 4267e28 Bump urllib3 from 1.26.19 to 2.5.0 in /tests/data and document breaking c...
  • e797f83 Upgrade to node 24 (#1164)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 19, 2025
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/setup-python-6 branch from 8014eb5 to 8aa930f Compare December 25, 2025 02:24
@leebeanbin leebeanbin closed this Dec 30, 2025
@leebeanbin leebeanbin deleted the dependabot/github_actions/actions/setup-python-6 branch December 30, 2025 16:01
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 30, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

leebeanbin added a commit that referenced this pull request Dec 31, 2025
## 주요 추가 기능

### Vision AI
- Qwen3-VL: 128K 컨텍스트 vision-language model (VQA, OCR, captioning)
- YOLOv12: 최신 object detection & segmentation
- SAM 3: Zero-shot segmentation

### Audio/STT (8개 엔진)
- SenseVoice-Small: Whisper 대비 15배 빠름, 감정 인식
- Granite Speech 8B: WER 5.85% (Open ASR #2)

### Embeddings
- Qwen3-Embedding-8B: 최고 성능 multilingual embedding
- Matryoshka Embeddings: 83% 스토리지 절감
- Code Embeddings: 코드 검색 특화

### RAG & Retrieval
- HyDE: Hypothetical Document Embeddings
- TruLens: RAG 평가 & 모니터링
- Milvus, LanceDB, pgvector: 고성능 벡터 DB

### Document Loaders
- Docling: Office 파일 처리 (97.9% 정확도)
- JupyterLoader: .ipynb 지원
- HTMLLoader: 3단계 fallback 파싱

### LLM Providers (7개)
- DeepSeek-V3: 671B MoE (37B active)
- Perplexity Sonar: 실시간 웹 검색 + LLM (Search Arena #1)

### Advanced Features
- Structured Outputs: 100% 스키마 정확도
- Prompt Caching: 85% 지연시간 감소, 10배 비용 절감
- Parallel Tool Calling: 동시 도구 호출

## 성능 개선
- 15배 빠른 STT (SenseVoice)
- 85% 지연시간 감소 (Prompt Caching)
- 83% 스토리지 절감 (Matryoshka)
- 10배 비용 절감 (Prompt Caching)

## 문서
- docs/UPDATES_2025.md: 전체 업데이트 요약
- docs/ADVANCED_FEATURES.md: 고급 기능 가이드
- README.md: 전면 업데이트

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
leebeanbin added a commit that referenced this pull request Jan 23, 2026
## 주요 추가 기능

### Vision AI
- Qwen3-VL: 128K 컨텍스트 vision-language model (VQA, OCR, captioning)
- YOLOv12: 최신 object detection & segmentation
- SAM 3: Zero-shot segmentation

### Audio/STT (8개 엔진)
- SenseVoice-Small: Whisper 대비 15배 빠름, 감정 인식
- Granite Speech 8B: WER 5.85% (Open ASR #2)

### Embeddings
- Qwen3-Embedding-8B: 최고 성능 multilingual embedding
- Matryoshka Embeddings: 83% 스토리지 절감
- Code Embeddings: 코드 검색 특화

### RAG & Retrieval
- HyDE: Hypothetical Document Embeddings
- TruLens: RAG 평가 & 모니터링
- Milvus, LanceDB, pgvector: 고성능 벡터 DB

### Document Loaders
- Docling: Office 파일 처리 (97.9% 정확도)
- JupyterLoader: .ipynb 지원
- HTMLLoader: 3단계 fallback 파싱

### LLM Providers (7개)
- DeepSeek-V3: 671B MoE (37B active)
- Perplexity Sonar: 실시간 웹 검색 + LLM (Search Arena #1)

### Advanced Features
- Structured Outputs: 100% 스키마 정확도
- Prompt Caching: 85% 지연시간 감소, 10배 비용 절감
- Parallel Tool Calling: 동시 도구 호출

## 성능 개선
- 15배 빠른 STT (SenseVoice)
- 85% 지연시간 감소 (Prompt Caching)
- 83% 스토리지 절감 (Matryoshka)
- 10배 비용 절감 (Prompt Caching)

## 문서
- docs/UPDATES_2025.md: 전체 업데이트 요약
- docs/ADVANCED_FEATURES.md: 고급 기능 가이드
- README.md: 전면 업데이트

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant